Skip to content

Conversation

@NicolasLMP
Copy link
Collaborator

What this PR does :

  • Assure the evaluation system and cli compatibility with the latest query reformulation implementation
  • Update the readme

@NicolasLMP NicolasLMP self-assigned this Jul 30, 2025
@NicolasLMP NicolasLMP changed the title Eval and cli compatibility with query reformulation Evaluation system and cli compatibility with query reformulation Jul 30, 2025
Copy link
Collaborator Author

@NicolasLMP NicolasLMP left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We keep the print for the moment

"Analyse de votre question...",
"Recherche d'informations pertinentes...",
"Consultation de la base de connaissances...",
"Formulation d'une réponse...",
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

French

from src.storage.data_manager import get_data_manager
# Quick check: if this is the first question in session, skip database query
if len(st.session_state.get("messages", [])) <= 1:
print("📚 HISTORY: First question - skipping database query")
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe use a log instead of a print

@NicolasLMP NicolasLMP merged commit d8aead7 into main Jul 31, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants